Contribution org.nuxeo.ecm.platform.ui.select2.actions--actions
In component org.nuxeo.ecm.platform.ui.select2.actions
org.nuxeo.ecm.platform.ui.select2.actions
inside nuxeo-platform-ui-select2-6.0.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="addEntryFromSuggestDirectoryWidget" label="label.directorySuggestion.addNewEntry" type="template">
<properties>
<property name="template">
/incl/action/suggest_add_new_directory_entry_action.xhtml
</property>
<property name="ajaxSupport">true</property>
</properties>
</action>
</extension>